is True
fun <D> ReadOnlyProperty<D, String>.isTrue(): ReadOnlyProperty<D, Boolean>
Content copied to clipboard
fun <D> ReadWriteProperty<D, String>.isTrue(): ReadWriteProperty<D, Boolean>
Content copied to clipboard
fun <D> ReadOnlyProperty<D, String?>.isTrue(): ReadOnlyProperty<D, Boolean?>
Content copied to clipboard
fun <D> ReadWriteProperty<D, String?>.isTrue(): ReadWriteProperty<D, Boolean?>
Content copied to clipboard
true if the string is equal to "true", non case sensitively. Analogous to String.toBoolean.